home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-10-17 | 4.5 KB | 13 lines | [TEXT/KAHL] |
- /*
- TestAssign.c
-
- This is significantly more complicated than it needs to be. The fancy stuff
- is merely to put Assign.c through its paces. In particular, if the array a[]
- didn't change dimensions from block to block in testAssign1 then we could
- read the whole file by a single call to ReadAssignmentFile, instead of
- opening the file and making repeated calls to ReadAssignmentBlock, etc.
-
- For a good example of the use of Assign, see ReadLuminanceRecord.c.
-
- HISTORY:
- 8/93 dgp created this new version, which cobbl